Đăng nhập Đăng ký

string variable nghĩa là gì

phát âm:
"string variable" câu
Bản dịchĐiện thoại
  • Từ điển kỹ thuật
    Lĩnh vực: toán & tin
    • biến chuỗi
    • biến xâu
  • string     [striɳ] danh từ dây, băng, dải thớ (thịt...); xơ (đậu...)...
  • variable     (Econ) Biến số. variable variable ['veəriəbl] tính từ có thể...
Câu ví dụ
  • String variable starts with a $ sign.
    Biến đƣợc bắt đầu bằng dấu $.
  • The reason it gets converted is because we used the ToUpper method of the string variable.
    Lý do nó được chuyển đổi bởi vì ta đã sử dụng phương thức ToUpper cho biến String.
  • Below, the PHP script assigns the text "Hello World" to a string variable called $txt:
    Dưới đây, các tập lệnh PHP gán văn bản “Hello World” vào một chuỗi biến gọi là $ txt:
  • Below, the PHP script assigns the text “Hello World” to a string variable called $txt:
    Dưới đây, các tập lệnh PHP gán văn bản “Hello World” vào một chuỗi biến gọi là $ txt:
  • Below, the PHP script assigns the string "Hello World" to a string variable called $txt:
    Dưới đây, các tập lệnh PHP gán văn bản “Hello World” vào một chuỗi biến gọi là $ txt:
  • This example declares a new String variable called description and assigns it an initial value.
    Ví dụ này khai báo một biến String mới gọi là description và gán cho nó một giá trị ban đầu.
  • If you create a new String variable, it will be assigned an address that is currently empty.
    Nếu bạn tạo ra một biến String mới, nó sẽ được cấp một địa chỉ mà khởi tạo là rỗng.
  • The above code creates a String variable named ‘address’ and then tries to print out the address before it has been set.
    Đoạn mã trên tạo ra một biến String có tên là ‘address’ và sau đó cố gắng in ra địa chỉ trước khi nó được thiết lập.
  • An argument can be any kind of expression, so if you have a String variable, you can use it as an argument:
    Một đối số có thể là biểu thức bất kì, vì vậy nếu bạn có một biến String thì có thể dùng chính biến này làm đối số:
  • The following example returns the value of the s_GUID control on an Employees form in string form and assigns it to a string variable.
    Ví dụ sau trả về giá trị của điều khiển s_GUID trên biểu mẫu nhân viên trong chuỗi biểu mẫu và gán nó cho một biến chuỗi.
  • thêm câu ví dụ:  1  2